From: tsteven4 Date: Fri, 15 Feb 2019 01:33:01 +0000 (-0700) Subject: archive macos with Qt 5.12.1 (#300) X-Git-Tag: archive/raspbian/1.10.0+ds-2+rpi1~1^2~12^2~8^2~44 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22Program/%22http:/www.example.com/cgi/%22https:/%22Program?a=commitdiff_plain;h=06ed166aca4b6101613e84c35c6a65e9c017f250;p=gpsbabel.git archive macos with Qt 5.12.1 (#300) instead of 5.9.7. --- diff --git a/.travis.yml b/.travis.yml index bfc21bc97..b9ac0bca3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -84,7 +84,7 @@ script: after_success: - cd ${TRAVIS_BUILD_DIR} # only deploy pushes to master or prs that target master. the prs will go to transfr.sh, the pushes go to github. - - if [ "${TRAVIS_OS_NAME}" = "osx" ] && [ "${QT_VERSION}" = "5.9.7" ] && [ "$TRAVIS_BRANCH" = "master" ]; then bash ./tools/uploadtool/upload.sh gui/objects/GPSBabel-*.dmg; fi + - if [ "${TRAVIS_OS_NAME}" = "osx" ] && [ "${QT_VERSION}" = "5.12.1" ] && [ "$TRAVIS_BRANCH" = "master" ]; then bash ./tools/uploadtool/upload.sh gui/objects/GPSBabel-*.dmg; fi branches: except: